home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / et3_0-a1.lha / et3 / owfonts / Makefile
Makefile  |  1992-02-06  |  329b  |  20 lines

  1. # for Sun's Merged X11/NeWS server:
  2.  
  3. # after generating the fonts set the fontpath with: xset +fp `pwd`
  4.  
  5. all:    
  6.     -@for i in ../fonts/*.bdf; do \
  7.         convertfont -f 9 -o `basename $$i .bdf` $$i ; \
  8.     done
  9.     -bldfamily
  10. #        -xset +fp `pwd`
  11.  
  12. depend:
  13.  
  14. clean:  
  15.     rm -f core *.o
  16.  
  17. clobber:  clean  
  18.     rm -f *.snf *.fb *.ff *.list 
  19.  
  20.